Term
 
 
 Bean Term
 
ANSI Terminal

Typical usage of the bean in user's code.

Typical Usage:

Assume the bean name "TERM1".

This bean can be used in many cases. Following example is one of them.

 MAIN.C

void main(void)
{
  TERM1_SendStr("HELLO WORLD!!!");  /* Display a message */
  while(!TERM1_KeyPressed());       /* Wait for any char */
  TERM1_CRLF;                       /* Move cursor to new line */
  TERM1_SendStr("TERMINAL DEMO");   /* Display a message */
}

For more about typical usage of the bean code please refer to the page Bean Code Typical Usage.


Processor ExpertTM and Embedded BeansTM are registered trademarks of UNIS, Ltd.
©1997-2005, UNIS, Ltd.